Mutable Subscription Set
A mutable subscription set makes it possible to add, remove or modify a SubscriptionSet. It becomes available when calling SubscriptionSet.update.
See also
io.realm.kotlin.mongodb.sync.SubscriptionSet
for more information about subscription sets and Flexible Sync.
Functions
findByName
Link copied to clipboard
findByQuery
Link copied to clipboard
iterator
Link copied to clipboard
removeAll
Link copied to clipboard
Remove all subscriptions with queries on a given Subscription.objectType.
subscribe
Link copied to clipboard
open fun <ERROR CLASS> <out <ERROR CLASS> >.subscribe(name: String, updateExisting: Boolean = false): Subscription
Content copied to clipboard